home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
texture.dxr
/
00218_switchSmTri.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
317 b
|
10 lines
on mouseUp me
global starttexture, numoftextures
starttexture1 = starttexture + (4 * numoftextures)
theNum = random(numoftextures)
repeat while the memberNum of sprite 78 = (theNum + starttexture1)
theNum = random(numoftextures)
end repeat
set the memberNum of sprite 78 to theNum + starttexture1
end